FindResult Methods

Methods

Delete Deletes the matched text.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Replace(IListRun) Replaces the matched text with the specified runs.
Replace(Run) Replaces the matched text with the specified run. A cell which holds plain text is converted into a rich text cell, the text before and after the match keeps its format.
Replace(String) Replaces the matched text with the specified text. The format of the cell and the properties of all runs remain unchanged.
ToString Returns a string that represents the current FindResult.
(Overrides ObjectToString)

See Also